home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / DefineButton2_200 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  360 b   |  12 lines

  1. on(release){
  2.    set("_root:FlyID",FlyID);
  3.    getUrl("AnotherDetail", "");
  4.    loadMovie(eval("_root:CDDrive") + "/DetailPics/" + eval("_root:Result" + (a + eval("..:StartFrom")) + "_Picture") + ".swf","../../Image");
  5.    gotoAndStop(2);
  6.    tellTarget("../Result" + eval("..:CurSelected"))
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10.    set("..:CurSelected",a);
  11. }
  12.